home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Calendar 2001
/
Max Calendar 2001.iso
/
pc
/
Data
/
Main.dxr
/
00003_DIMENSIONE MONITOR MAC E PC.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-10-16
|
207 b
|
12 lines
global gConfigOk
on exitFrame
lx = integer(getAt(getAt(the desktopRectList, 1), 3))
gConfigOk = lx >= 800
repeat with a = 4 to 7
sprite(a).visible = 0
end repeat
updateStage()
go(#next)
end